|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpresentation.util.XmlTableOrchestratorFactory
public class XmlTableOrchestratorFactory
| Field Summary | |
|---|---|
private static java.lang.String |
HEADER_XML
|
private static java.lang.String |
HREF_TYPE
|
private static java.lang.String |
HREF_XSL
|
private Orchestrator |
orchestrator
|
private static java.lang.String[] |
orchestratorColumnName
|
private CustomTableModel |
orchestratorModel
|
private static java.lang.String[] |
simulationColumnName
|
private CustomTableModel |
simulationModel
|
private java.lang.String |
xmlOrchestrator
|
private java.lang.String |
xmlSimulation
|
private static java.lang.String |
XSL_ORCHESTRATOR
|
private static java.lang.String |
XSL_SIMULATION
|
| Constructor Summary | |
|---|---|
XmlTableOrchestratorFactory(Orchestrator orch)
|
|
| Method Summary | |
|---|---|
javax.swing.table.DefaultTableModel |
getOrchestratorModel()
Return the table model that holds the orchestratot |
javax.swing.table.DefaultTableModel |
getSimulationModel()
Return the table model that holds the simulation |
java.lang.String |
getXmlOrchestrator()
Getter of orchestator xml |
java.lang.String |
getXmlSimulation()
Getter of simulation xml |
java.lang.String |
getXslOrchestrator()
Return the style sheet for xml orchestrator |
java.lang.String |
getXslSimulation()
Return the style sheet for xml simulation |
private void |
orchestratorMapToString()
produces a string in xml format and a table containing all orchestrator result |
private void |
simulationToString()
produces a string in xml format and the table containing all simulation set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final java.lang.String HEADER_XML
private static final java.lang.String HREF_XSL
private static final java.lang.String HREF_TYPE
private static final java.lang.String[] orchestratorColumnName
private static final java.lang.String[] simulationColumnName
private java.lang.String xmlOrchestrator
private java.lang.String xmlSimulation
private CustomTableModel orchestratorModel
private CustomTableModel simulationModel
private Orchestrator orchestrator
private static final java.lang.String XSL_ORCHESTRATOR
private static final java.lang.String XSL_SIMULATION
| Constructor Detail |
|---|
public XmlTableOrchestratorFactory(Orchestrator orch)
| Method Detail |
|---|
public java.lang.String getXmlOrchestrator()
public java.lang.String getXmlSimulation()
public javax.swing.table.DefaultTableModel getOrchestratorModel()
public javax.swing.table.DefaultTableModel getSimulationModel()
public java.lang.String getXslOrchestrator()
public java.lang.String getXslSimulation()
private void orchestratorMapToString()
private void simulationToString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||